home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / tex / itrns211.zip / SRC / PRIPS.BAT < prev    next >
DOS Batch File  |  1991-11-28  |  506b  |  11 lines

  1. REM Shell program to cat PostScript output files generated
  2. REM from itrans (-P option). Prepends the font description file
  3. REM and the prologue file. Assumes Devnagari Output............
  4. REM PC version: creates a output file called OUT.PS
  5.  
  6. REM COPY \itrans\lib\devnac.ps + \itrans\lib\itrans.pro + %1    OUT.PS
  7. REM modify this copy line as needed......
  8.  
  9. COPY e:\itrans\lib\devnac.ps + e:\itrans\lib\itrans.pro + %1    OUT.PS
  10. REM COPY e:\itrans\lib\devnac.ps + e:\itrans\lib\itrans.pro + %1    %2
  11.